Skip to content

imabee101/CVE-2023-44487

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

HTTP/2 Rapid Reset: CVE-2023-44487

Description

This repository contains proof-of-concept (PoC) code for the HTTP/2 Rapid Reset vulnerability identified as CVE-2023-44487.

Vulnerability Overview

  • CVE ID: CVE-2023-44487
  • Impact: Denial of Service (DoS)
  • Affected Protocols: HTTP/2
  • Affected Components: Web servers, Reverse Proxies, Load Balancers
  • Disclosure Date: 2023-10-10

Getting Started

Prerequisites

  • Python 3.x
  • hyper

Install prerequisites:

pip install hyper

Usage

  1. Clone the repository:
git clone https://github.com/imabee101/CVE-2023-44487.git
  1. Navigate into the directory:
cd CVE-2023-44487
  1. Execute the PoC:
python main.py

References